My title

This is a small example of HTML

This is a new paragraph.

  1. Item one
  2. Item two

The underlying HTML that produced the above

<html>

<head>

<title> HTML Sample </title>

</head>

<body>

<h2>My Title </h2>

This is a <b>small</b> example of HTML <p> This is a new paragraph.<p>

<ol>

<li> Item one

<li> Item two

</ol>

</body>

</html>